home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global S
- if S = 1 then
- go(15)
- end if
- if S = 2 then
- go(18)
- end if
- if S = 3 then
- go(21)
- end if
- if S = 4 then
- go(24)
- end if
- if S = 5 then
- go(27)
- end if
- if S = 6 then
- go(30)
- end if
- if S = 7 then
- go(33)
- end if
- end
-